﻿/*
######################
    公共样式，整站通用 
######################
*/
@charset "utf-8";
*,*:before,*:after{box-sizing:border-box;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}

body {position:relative;overflow-x:hidden;background:#fff;line-height:1.5;box-sizing:border-box;    font: 15px/22px ;color:#181415;font-family:'NOTOSANSHANS-LIGHT',Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:0.05em;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr,th,td
{
    border: 0;
    color:#4d4e53;
    font-family:'NOTOSANSHANS-LIGHT',Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 10px;
    vertical-align: baseline;
}
@media screen and (max-width: 767px) {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
    acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike,
    tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr,th,td {
        font-size:1rem;
        /* font-weight:700; */
    }
}
a{color:#000;text-decoration:none;}
a:hover,a:focus, a:hover{color:#018bba;text-decoration:none; outline:none}
h1,h2,h3,h4,h5,h6 {font-weight:700;line-height:normal;margin-bottom:8px;}
ol,ul,li{list-style:none;}
img{max-width:100%;border:0;}
i{margin-right:5px;}
hr{margin:10px 0 0 0;height:1px;border:none;background:#e2e2e2;}
input[type="text"],select,textarea{border:1px solid #ddd;background:#fff;-webkit-appearance:none;outline:none;color:#464646;padding-left:3px;font-size:14px;font-family:Microsoft Yahei,"微软雅黑",Arial,Helvetica,sans-serif;}
textarea{resize:none;overflow-y:hidden;display:block;}
table{border-collapse:collapse;max-width:100%;width:100%;margin-bottom:0.8em;}
table td {border:1px solid #e2e2e2;padding:2px;}
.clearfix:after,.clearfix:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fl{float:left;position:relative;}
.hidden{display:none;}
.radius5{border-radius:3px;-webkit-border-radius:5px;}
.nomargin{margin:0;}
.nopadding{padding:0;}
.h4{font-size: 16px;
    font-weight: bold;
    line-height: 20px;}

.tips{font-size: 12px; color: #777;}
.tips_error{color:#ff7979;line-height: 25px;}
/* 功能函数 */

.fl{float:left;_display:inline;}  /* 左浮动 */

.fr{float:right;_display:inline;}  /* 右浮动 */

.h{display:none;visibility:visible;}  /* 隐藏 */

.c{clear:both;font-size:0;line-height:0;height:0;visibility:visible;} /* 清除浮动 */

.right{text-align:right;}  /* 右对齐 */

.left{text-align:left;}  /* 左对齐 */

.b{font-weight:bold;}  /* 加粗 */

.line-through{text-decoration:line-through;}  /* 删除线 */

.under{text-decoration:underline;}  /* 下划线 */

.break{word-break:break-all;}  /* 打断英文字符 */

.dw{ width:1002px; margin:0 auto;}
.contrast {
    color: #fff;
}
/* 编辑器内容样式 凡是编辑器修改区域加上 */

.editor{line-height:24px;text-align:left;}

.editor p{text-indent:2em;}

.editor ol li{list-style-type:circle;margin-left:25px;}

.editor ul li{list-style-type:square;margin-left:25px;}

/* 页面宽度*/
.conbox{ width:1112px; margin:0px auto;}
.conboxindex{ width:1644px; margin:0px auto;}


@media (min-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

.w60{width:60px;}
.w80{width:80px;}
.w120{ width:120px;}

.mt10{margin-top:10px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mb30{margin-bottom:30px;}
.pt2em{padding-top: 2em ;padding-bottom: 2em ;}
.pt1em{padding-top: 1em ;padding-bottom: 1em ;}
.pt5em{padding-top: 0.5em ;padding-bottom:0.5em ;}

.h1{font-size: 2.5rem; }
.h1_text{font-size: 1.2rem; line-height: 25px;}
.btn-zhi{border-radius: 0px; border: 0;}
.bgred{background: #c01925; color: #FFF;}
.bgred:hover{background: #090404; color: #FFF;}
.col-center-block {
  display: table-cell;
  vertical-align: middle;
}


/*
######################
    自定义样式
######################
*/

header .navbar{height: 59px; border-radius: 0;}
.navbar {
    margin-bottom: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 2.5rem;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
 
  header .navbar-right a {
    margin-top: 7px;
    letter-spacing: 1.4px;
  }
  header .navbar-brand {
    margin-left: 1rem;
  }
  /* header .navbar-brand > img {
    height: 20px;
  } */
  header .beginMenuBtn {
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    float: left;
    cursor: pointer;
    margin-left: 5rem;
  }
  header .beginMenuBtn img {
    margin-top: 50%;
    transform: translateY(-50%);
  }
  header .beginMenuBtn .icon-xitongcaidan2 {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 24px;
  }
  /*header #headerMenu {*/
    /*position: absolute;*/
    /*!*margin-top: 10px;*!*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
  /*}*/
  header #topSearch {
    margin-top: 10px;
    margin-left: -15px;
  }
  header #topSearch .topForm > div {
    width: 0;
    overflow: hidden;
  }
  header #topSearch .topForm > div > input {
    width: 200px;
  }
  header .navbar {
    border-radius: 0;
  }
  nav.navbar.bootsnav .navbar-toggle{ background-color: inherit;}
  nav.navbar.bootsnav,header .navbar-default {
    background-color: rgba(0, 0, 0, 0.9);
    border: 0;
  }
  header .container-fluid > .navbar-header {
    margin: 1px 0;
  }
  nav.navbar.bootsnav ul.nav > li > a,header nav.navbar-default .navbar-nav > li > a {
    color: white;
    line-height: 35px;
    padding-bottom: 14px;
    font-size: 1.25rem;
    padding: 10px 20px;
  }
  header nav.navbar-default .navbar-nav.navbar-right > li > a {
    padding: 10px 15px;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{display:none; }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle.active:after,header nav.navbar-default .dropdown-toggle.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    bottom: -3px;
    transform: translateX(-50%);
    width: calc(50% - 30px);
    height: 2px;
    background-color: #c01925;
  }
  header .navbar-default .navbar-nav > .open > a,
  header .navbar-default .navbar-nav > .open > a:focus,
  header .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
  header .navbar-default .navbar-nav > .open > a::after,
  header .navbar-default .navbar-nav > .open > a:focus::after,
  header .navbar-default .navbar-nav > .open > a:hover::after {
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  header .headerSearchBtn {
    line-height: 20px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
  }
  header .headerSearchBtn i {
    font-size: 20px;
  }
  header .navbar-form .form-control {
    border-radius: 0;
  }
  header .navbar-default .navbar-toggle,
  header .navbar-default .navbar-toggle:focus,
  header .navbar-default .navbar-toggle:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
  header .navbar-default .navbar-toggle .icon-bar,
  header .navbar-default .navbar-toggle:focus .icon-bar,
  header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: white;
  }
  header .topForm {
    HEIGHT: 34PX;
  }
  header .topForm .form-group {
    height: 34px;
  }
  header .topForm span {
    height: 34px;
    line-height: 34px;
  }

  .dropdown-menu{top:111%;}
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width: inherit;}
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover{background: #d2d2d2;}
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover a{ color: #c01925;}
  .navbar-language{margin: .8rem 0; color:#FFF;display: none;}
.navbar-language a{color:inherit;}

@media (max-width:992px){
#id,#unlogin,#language{ display:none !important;}
  .navbar-language{
    display: inline-block;}
}


/*
    导航菜单样式覆盖
*/

@media (max-width: 992px) {
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {

    width: 100%;
    height: 100% !important;
    left: 0;
    top: 52px;

  }
  nav.navbar.bootsnav.navbar-mobile ul.nav{width:100%;}
  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 10px;
  }
}
body.side-right > .wrapper{
  margin: 0 !important;}



/*
    ****** 手机端导航样式
*/
@media (max-width: 992px){
  nav.navbar.bootsnav.navbar-mobile ul.nav{ padding:0; margin:0;}
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background-color: rgba(0, 0, 0, 0.9);}/*background: #d8d7d5;   */

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{background: #fff;}
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li{ padding-left:15px;}
  #city_select select{ margin-top:1rem;}
}


  /**
      新添加  banner 上添加文字
      Demon  2018-10-24
  */
.fontred{color:#c01925;}
.bannerPane{position:relative;}
.bannerPane .left{left:65px;}
.bannerPane .right{right:65px;}
.banner_txt{position:absolute; top:99px;  min-width:30%; max-width:36%; padding:10px;color:#FFFFFF;}/* background:#333;opacity:.8;  */
.banner_txt h2,.banner_txt p{ color:inherit;}
.banner_txt h2{font-size:2.66rem;}
.banner_txt p{font-size:1.4rem;}
.banner_txt h2 span{font-size:inherit;}
.newsbanner{ top:50% !important;}
@media (max-width: 768px)
{
  .banner_txt{top:39px;}
  .banner_txt h2{font-size:1.4rem;}
  .banner_txt p{font-size:12px; display:none;}
}
/**
    新添加  banner 上添加文字
    Demon  2018-10-24
*/
  /* 
        banner
  */
  /* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; }


  /* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 5px; background: #fff; border: 0px solid #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; }
.flex-direction-nav a  { line-height: 1; display: block; width: 63px; height: 157px; margin: -60px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity:0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;text-indent: -999em ;}
.flex-direction-nav .flex-prev { left: 30px;  }/*background: url(resource:/images/index/ban_left.png) center no-repeat;*/
.flex-direction-nav .flex-next { right: 30px; }/*background: url(resource:/images/index/ban_right.png) center no-repeat;*/
.flexslider:hover .flex-prev { opacity: 0.7; left: 30px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 30px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;z-index: 99;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block; width:18px;height:18px;border-radius: 18px; border:2px solid #FFF;background:transparent;line-height:50px;cursor: pointer; text-indent: -9999px;  }
.flex-control-paging li a:hover {background: #FFF; }
.flex-control-paging li a.flex-active { background: #c01925; background: rgba(192,25,37,0.9); border:2px solid #c01925;cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;display: none;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;display: none;}
  .flex-control-paging li a{ width:10px;}
}





/*
    销售网络
*/
.sales_search{ background: #f7f8f8; padding: 2rem;}

#city_select select{width: 12rem; height: 2.5rem;}

.cheXing .infoBlock {
  WIDTH: 100%;
  
  padding-top: 7rem;
  padding: 9.7% 0 3.6% 0;
}
.cheXing .infoBlock.active {
  display: block;
}
.cheXing .infoBlock .infoLiBlock {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
  margin-bottom: 8.6%;
}
.cheXing .infoBlock .infoLiBlock .detail-btn {
  height: 3.6rem;
  margin-top: 3rem;
  float: left;
}
.cheXing .infoBlock .infoLiBlock .infoImg {
  top: 16%;
  width: 53%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cheXing .infoBlock .infoLiBlock .infoImg .cargo {
  position: absolute;
}
.cheXing .infoBlock .infoLiBlock .infoImg.infoImg1 .angel {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  z-index: 3;
  width: 60%;
}
.cheXing .infoBlock .infoLiBlock .infoImg.infoImg1 .cargo {
  position: absolute;
  top: -5%;
  right: -16%;
  left: auto;
  z-index: 2;
  width: 72%;
}
.cheXing .infoBlock .infoLiBlock .infoImg.infoImg2 .cargo {
  width: 105%;
  left: -53%;
  bottom: -17%;
}
.cheXing .infoBlock .infoLiBlock .infoImg img {
  width: 100%;
}
.cheXing .infoBlock .infoLiBlock .infoTextBlock {
  display: inline-block;
  background-color: #f7f8f8;
  position: absolute;
  width: 63%;
  height: 100%;
}
.cheXing .infoBlock .infoLiBlock .infoTextBlock h3 {
  margin-bottom: 1.4rem;
  font-size: 4.8rem;
  letter-spacing: 1px;
}
.cheXing .infoBlock .infoLiBlock .infoTextBlock > div {
  position: absolute;
  top: 50%;
  width: 55%;
  transform: translateY(-50%);
  text-align: left;
}

.cheXing .infoBlock .infoLiBlock.infoLiBlockL {
  margin-bottom: 0;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoImg {
  margin-left: 40%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoTextBlock {
  left: 0;
  top: -19%;
  height: 100%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoTextBlock > div {
  left: 11%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockR {
  text-align: right;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockR .infoImg {
  left: 0;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockR .infoTextBlock {
  right: 0;
  top: 19%;
  height: 140%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockR .infoTextBlock > div {
  left: 40%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC {
  margin-bottom: 12%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC.infoLiBlockCL {
  TEXT-ALIGN: left;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC.infoLiBlockCL .infoImg {
  right: 0;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC.infoLiBlockCR {
  TEXT-ALIGN: RIGHT;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC.infoLiBlockCR .infoImg {
  left: 0;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC .infoTextBlock {
  z-index: 3;
  zoom: 50%;
  width: 26%;
  margin-top: 6%;
}
.cheXing .infoBlock .infoLiBlock.infoLiBlockC .infoTextBlock > div {
  left: 13%;
  zoom: 190%;
}
.imgBigblock .imgBlock img.active {
  animation: imgLarge 20s;
  animation-iteration-count: 1;
  transform: scale(1.3);
}

.sales_tips{ font-size: 1rem;  border-bottom: 1px solid #585555;}
.sales_list{ width: 100%;}
.sales_list li{width: 100%; border-bottom: 1px solid #585555; cursor: pointer;}
.sales_list li h1{font-size: 1.4rem; font-weight: normal; line-height: 2rem;
  margin: 1rem 0;}
.sales_list li p{font-size: 1.2rem;line-height: 2rem;}
.hide_space{ width:100%; opacity:0;}
.hide_space .btn_groun{ margin: 0.5rem 0;}

.colorwhite{color: #FFF;}


.colorred{color: #c01925;}
.footer{ background: #090404; padding: 1rem 0; }
.foot-menu h1{ font-size: 1.2rem; color: currentColor;}
.foot-menu a{display: block; color: currentColor;}
/*.foot-menu a:hover{color:#c01925;}*/
.wx_box div{ display: inline-block; text-align: center; padding: 0 0.5rem;}
.wx_box div p{color:currentColor;}
.copyright p{color:currentColor;}
.copyright .foot_tel {font-size: 1.9rem;}
.copyright .foot_teltxt {font-size: 1rem;}
.copyright .foot_online a{ color:currentColor;}
.copyright .foot_online a i{font-size: 1.2rem;}

.breadcrumb{background-color:inherit; font-family: 'NOTOSANSHANS-REGULAR';}
.breadcrumb>li.active a{color: #c01925;}
.breadcrumb>li,.breadcrumb>li a{font-family: 'NOTOSANSHANS-REGULAR';}

.h1{font-size: 2.66rem; margin: 1rem 0;}

.h2{font-size: 1.66rem; margin: 1rem 0;}
.main-txt{font-size: 1rem;line-height:2.2rem;}/* 介绍正文内容 */
.f14{ font-size: 1.4rem !important;}
.f16{ font-size: 1.6rem !important;}
.mx_txt{ padding-left:4rem; background: url(../images/index/mx_002.png) left  center no-repeat;background-size:7%;  }
.mx_txt2{margin-left:4rem; }/*font-size: 1.2rem;*/
.mx_txt span{ display: block; font-size: 1.4rem;}
.body-txt{font-size: 1.2rem;line-height:3rem; letter-spacing:2;}/* 介绍正文内容 */


.liftblock
{
	background: #fff;
	color: #1a1a1a;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.liftblock__wrap
{
	max-width: 1600px;
	margin: 0 auto
}

.liftblock__img
{
	position: relative
}

.liftblock__img-wrap
{
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden
}

.liftblock__img-wrap>img,.liftblock__img-wrap>picture
{
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.liftblock__img img
{
	display: block;
	width: 100%;
	margin: 0 auto
}

.liftblock__text-wrap
{
	text-align: center;
	padding: 1em 1em 2em
}

.liftblock__heading
{
	font-family: "VALTRAAvenyTExtraBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.025em;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0 0 0.25em
}

.liftblock__heading strong
{
	color: #e4002b
}

.liftblock__description
{
	text-align: left;
	margin-bottom: 1em
}

.liftblock__description a
{
	color: inherit
}

.liftblock__description p
{
	margin-top: 0
}

.liftblock__cta
{
	min-width: 18em
}

@media (min-width: 768px)
{
	.liftblock__wrap
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.liftblock__img,.liftblock__text
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%
	}

	.liftblock__img-wrap
	{
		padding-bottom: 0
	}

	.liftblock__img img
	{
		position: static;
		-webkit-transform: none;
		transform: none
	}

	.liftblock__text-wrap
	{
		text-align: left
	}

	.liftblock.liftblock--right .liftblock__img
	{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.liftblock.liftblock--third .liftblock__img
	{
		width: 33.333333%
	}

	.liftblock.liftblock--third .liftblock__text
	{
		width: 66.666667%
	}

	.liftblock.liftblock--quarter .liftblock__img
	{
		width: 25%
	}

	.liftblock.liftblock--quarter .liftblock__text
	{
		width: 75%
	}


}

@media (min-width: 992px)
{
	.liftblock__text-wrap
	{
		padding: 2.8em
	}

	.liftblock--half .liftblock__text-wrap
	{
		max-width: 44em
	}

	.liftblock__heading
	{
		font-size: 3em
	}

	.liftblock__description
	{
		font-size: 1.1em
	}

	.liftblock__cta
	{
		min-width: auto
	}

	.liftblock .share
	{
		padding: 0 2.8em
	}

	.liftblock.liftblock--quarter .liftblock__text-wrap
	{
		padding: 1em 2.8em
	}
}

@media (min-width: 1200px)
{
	.liftblock .share
	{
		padding: 0 1em;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: absolute;
		bottom: 2em;
		right: -1em
	}

	.liftblock.liftblock--right .share
	{
		right: auto;
		left: 1em
	}
}

.liftblock--video-link
{
	display: block
}

.liftblock--video-link:after
{
	content: '';
	background: url("resource:/css/clientlib-site/img/icon-play.png") 0 0/100% no-repeat;
	height: 90px;
	width: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.liftblock--video-link:hover:after,.liftblock--video-link:focus:after,.liftblock--video-link:active:after
{
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
	transform: translateX(-50%) translateY(-50%) scale(1.05)
}

/*
    驭鉴迈昂 产品图片视频部分
*/
.gray-tiao{ width: 100%; background: #f7f8f8; height: 59px;}
.mx_menu{width: 100%; height:5.8rem;line-height: 5.8rem; margin:0px auto; background: #f7f8f8;text-align: center;}
.mx_menu li{ width: 10%;display: inline-block; position: relative; }
.mx_menu li a{font-size: 1.4rem;}

.mx_menu li.dropdown:hover a:after,.mx_menu li.active a:after{
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(50% - 10px);
  height: 2px;
  background-color: #c01925;
}

/*产品详情 图片介绍*/
#myTabContent .flex-direction-nav a{width: 50px; height: 50px; border-radius:50px;margin:0; } 
#myTabContent .flex-direction-nav .flex-prev {left: 30px; background:#c3cece url(../images/index/mx_left.png) center no-repeat; }
#myTabContent .flex-direction-nav .flex-next { right: 30px; background:#c3cece url(../images/index/mx_right.png) center no-repeat; }
#myTabContent .flexslider:hover .flex-prev { opacity: 0.7; left: 30px; }
#myTabContent .flexslider:hover .flex-next { opacity: 0.7; right: 30px; }
#myTabContent .flexslider:hover .flex-next:hover, #home .flexslider:hover .flex-prev:hover { opacity: 1;background-color:#c01925; }
#myTabContent .flex-control-nav{ display: none;}

/*参数表*/
.mx_cs_title{width:100%; height: 3rem;line-height: 3rem;  text-align: center; border-bottom:1px solid #2a2525;}
.mx_cs_title span{font-size:2.6rem; color: #c01924;display: inline-block; background: #FFF;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{border:0; text-align: center;vertical-align: middle;}

.table>thead>tr>td, .table>thead>tr>th{ background: #090404; color: #FFF; text-align:center; border: 1px solid #FFF;}

.mx_account_box{width: 100%; height: 16.666rem; background: #c01925; color: #FFF;margin-bottom:-30px; margin-top:6rem;vertical-align: middle; padding: 4rem;}


@media (max-width: 768px){
  .mx_txt{background-image: none;}
  .main-txt,.mx_txt2{
    margin: 0;}
  .mx_menu li{ width: 33.3%;display: inline-block; }
  .mx_account_box{width: 100%; height: 10rem; margin-top:2rem;padding: 1.5rem;}

  /**/
  .mx_txt,.mx_txt2{padding:0;}
}


/*
    Contact Us
*/
.rightline{ border-right:1px solid #e5e5e5;}
.mx_c_1{ font-size: 3.6rem;}
.mx_c_2{ font-size: 1rem;}
.mx_c_3{ font-size: 1.4rem;}

/*
  留言表单 样式改造
*/
.feedback input[type=text],.feedback textarea{ border-radius: 0;background: #f7f8f8; border: 0;box-shadow: none;padding-left:12px;}


/*品牌活动*/
.mx_brandlist li{padding-bottom:3rem;}
.mx_brand_box{ background: #f7f8f8;padding: 0; padding-bottom:1.2rem;}

.mx_brand_box h1{font-size: 2.2rem;}
.mx_brand_box img{width: 100%;}
.mx_brand_box h1 a{font-size: inherit;}
.mx_brand_box p{line-height: 2.6rem;  }
/*
    首页改造左右重叠结构代码 
*/
/* .index_box .cheXing .infoBlock .infoLiBlock .infoImg{width: 60%;}
.index_box .cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoTextBlock {top: 19%;}
.index_box .cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoTextBlock > div{left: 9%;}
.index_box .cheXing .infoBlock .infoLiBlock.infoLiBlockR .infoTextBlock {
  height: 100%;
}


*/

@media (max-width: 768px){
  .mx_brand_box h1{font-size: 1.6rem;}
  /*.chexing .infoBlock{position: static;}
  .cheXing .infoBlock .infoLiBlock .infoImg{width: 90%;}
  .cheXing .infoBlock .infoLiBlock.infoLiBlockL .infoTextBlock,.cheXing .infoBlock .infoLiBlock.infoLiBlockR .infoTextBlock{width: 90%;    top: 80%; margin-bottom:4rem;}
  */
} 

.mx_sz_title{ margin-bottom: 2rem; font-size: 1.4rem;}



.foot-menu h1{ height:35px; line-height:35px; font-size:14px; font-weight:bold; }
.foot-menu ul.botmenu li{  width:100%; height:2em;line-height:2em;}
.foot-menu .botmenu   li a{font-size:12px;}
.foot-menu a:hover{ color:#008cd6;text-decoration:none;}
.botmenu{ display: block;}

@media (max-width:992px){
  .botmenu{ display: none;}
  .foot-menu h1{border-bottom: 1px solid #f1f1f1;}
    .foot-menu  h1:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    .foot-menu h1.on{border-bottom:2px solid #f2f2f2 ;}
    .foot-menu .row h1.on:before{content: "\f107";}

}

.shopTitle{font-size:2.6rem;}

header #headerMenu #menuUl {
  position: absolute;
   /*margin-top: 10px;*/
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px)
{
  .h1{font-size: 1.9rem; }
  .shopTitle{font-size:1.9rem;}
}

@media (max-width:1290px){
  #city_select select{ margin-top:1rem;}
}



/* PAGINATION */

.pager {
  background: transparent !important;
  padding: 10px 0 !important;
  border-top: 4px solid #f6f6f6;
}
.pager span.step {
  display: inline;
  margin: 2px 4px;
  padding: 0 8px;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pager span.currentStep {
  display: inline-block;
  padding:  7px 5px 6px;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  border: 1px solid #31373a;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  /*-webkit-border-radius: 6px;*/
  /*-moz-border-radius: 6px;*/
  /*border-radius: 6px;*/
  cursor: pointer;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  *margin-left: .3em;
  *margin-left: .3em;
  margin-right: 5px;
  background: #c01925;
  color: #FFF;
  border: 0px solid #eeeeee;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
.pager span.currentStep:first-child {
  *margin-left: 0;
}
.pager span.currentStep:first-child {
  *margin-left: 0;
}
.pager span.currentStep.gray {
  background-color: #e5e5e3;
  color: #686868;
  border-color: #b9b9b9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #dfdedd;
  background-image: -moz-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -ms-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e3), to(#d7d6d4));
  background-image: -webkit-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -o-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: linear-gradient(top, #e5e4e3, #d7d6d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e4e3', endColorstr='#d7d6d4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #f1f0f0;
  -moz-box-shadow: inset 0 1px 0 #f1f0f0;
  box-shadow: inset 0 1px 0 #f1f0f0;
}
.pager span.currentStep.primary {
  background-color: #41751e;
  background-color: #478021;
  background-image: -moz-linear-gradient(top, #4b8723, #41751e);
  background-image: -ms-linear-gradient(top, #4b8723, #41751e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b8723), to(#41751e));
  background-image: -webkit-linear-gradient(top, #4b8723, #41751e);
  background-image: -o-linear-gradient(top, #4b8723, #41751e);
  background-image: linear-gradient(top, #4b8723, #41751e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8723', endColorstr='#41751e', GradientType=0);
}
.pager span.currentStep.blue {
  background-color: #28b5df;
  background-color: #23acdb;
  background-image: -moz-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -ms-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5df), to(#1b9ed5));
  background-image: -webkit-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -o-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: linear-gradient(top, #28b5df, #1b9ed5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5df', endColorstr='#1b9ed5', GradientType=0);
  border-color: #1b9ed5;
}
.pager span.currentStep.light {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #afc2cc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.pager span.currentStep.blueLight {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #c4ccce;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager a {
  display: inline-block;
  padding: 7px 5px 6px;
  font-size: 12px;
  line-height: 5px;
  text-decoration: none;


  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/

  background-image: -moz-linear-gradient(top, #41484c, #31373a);
  background-image: -ms-linear-gradient(top, #41484c, #31373a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41484c), to(#31373a));
  background-image: -webkit-linear-gradient(top, #41484c, #31373a);
  background-image: -o-linear-gradient(top, #41484c, #31373a);
  background-image: linear-gradient(top, #41484c, #31373a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41484c', endColorstr='#31373a', GradientType=0);
  /*-webkit-border-radius: 6px;*/
  /*-moz-border-radius: 6px;*/
  /*border-radius: 6px;*/

  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);*/
  *margin-left: .3em;
  *margin-left: .3em;
  background-color: #373d40;
  color: #373d40;
  background-color: #e7edef;
  /*background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);*/
  /*background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));*/
  /*background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);*/
  /*background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);*/
  /*background-image: linear-gradient(top, #e9eef0, #e5ebed);*/
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);*/
  /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);*/
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);*/
  border-color: #afc2cc;
  margin-right: 5px;
}
.pager a:first-child {
  *margin-left: 0;
}
.pager a:first-child {
  *margin-left: 0;
}
.pager a.gray {
  background-color: #e5e5e3;
  color: #686868;
  border-color: #b9b9b9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #dfdedd;
  background-image: -moz-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -ms-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e3), to(#d7d6d4));
  background-image: -webkit-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: -o-linear-gradient(top, #e5e4e3, #d7d6d4);
  background-image: linear-gradient(top, #e5e4e3, #d7d6d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e4e3', endColorstr='#d7d6d4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #f1f0f0;
  -moz-box-shadow: inset 0 1px 0 #f1f0f0;
  box-shadow: inset 0 1px 0 #f1f0f0;
}
.pager a.primary {
  background-color: #41751e;
  background-color: #478021;
  background-image: -moz-linear-gradient(top, #4b8723, #41751e);
  background-image: -ms-linear-gradient(top, #4b8723, #41751e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b8723), to(#41751e));
  background-image: -webkit-linear-gradient(top, #4b8723, #41751e);
  background-image: -o-linear-gradient(top, #4b8723, #41751e);
  background-image: linear-gradient(top, #4b8723, #41751e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8723', endColorstr='#41751e', GradientType=0);
}
.pager a.blue {
  background-color: #28b5df;
  background-color: #23acdb;
  background-image: -moz-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -ms-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5df), to(#1b9ed5));
  background-image: -webkit-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: -o-linear-gradient(top, #28b5df, #1b9ed5);
  background-image: linear-gradient(top, #28b5df, #1b9ed5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5df', endColorstr='#1b9ed5', GradientType=0);
  border-color: #1b9ed5;
}
.pager a.light {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #afc2cc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.pager a.blueLight {
  background-color: #e9eef0;
  color: #373d40;
  border-color: #c4ccce;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e7edef;
  background-image: -moz-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -ms-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9eef0), to(#e5ebed));
  background-image: -webkit-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: -o-linear-gradient(top, #e9eef0, #e5ebed);
  background-image: linear-gradient(top, #e9eef0, #e5ebed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef0', endColorstr='#e5ebed', GradientType=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager a:hover {
  color: #373d40;
  background-color: #dee6e9;
  background-image: -moz-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -ms-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5ebed), to(#d4dee2));
  background-image: -webkit-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: -o-linear-gradient(top, #e5ebed, #d4dee2);
  background-image: linear-gradient(top, #e5ebed, #d4dee2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebed', endColorstr='#d4dee2', GradientType=0);
}

#language a{padding:6px 1px ;display: inline-block; font-weight:normal;}